home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’93 / Wavy / Wavy.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-18  |  400 b   |  12 lines  |  [TEXT/KAHL]

  1. #define columnSize    32
  2. #define frameCount    32
  3.  
  4. /* interface to column machinery */
  5.  
  6. Boolean    InitColumns(short amplitude, short width, short height, short rowBytes, short *code[frameCount], Handle dialogItem);
  7. void    DrawColumn(char *sourceBase, char *destinationBase, short frameNumber, short *code[frameCount]);
  8.  
  9. /* microseconds call */
  10.  
  11. long    Microseconds(void) = 0xA093;
  12. void    FlushCache(void) = 0xA0BD;